home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Shrinking Scroller.sd < prev    next >
INI File  |  2004-06-28  |  1KB  |  57 lines

  1. [SUBJECT]
  2. Description=Your message is initially expanded with extra spaces but then compressed to fit in the status bar
  3. ImageIndex=-1
  4. Folder=Text Effects
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<!-- Original:  Aram Yegenian (yegeniana@hotmail.com) -->
  9. ;<!-- Web Site:  http://aramyegenian.cjb.net -->
  10. ;
  11. ;<!-- This script and many more are available free online at -->
  12. ;<!-- The JavaScript Source!! http://javascript.internet.com -->
  13. ;
  14. ;<script language="JavaScript">
  15. ;<!-- Begin
  16. ;timeID = 5;
  17. ;stcnt = 11;
  18. ;msg = "`message`";
  19. ;wmsg = new Array(33);
  20. ;wmsg[0] = msg;
  21. ;blnk = "                                                               ";
  22. ;for (i = 1; i < 32; i++) {
  23. ;b = blnk.substring(0, i);
  24. ;wmsg[i] = "";
  25. ;for (j = 0; j < msg.length; j++) wmsg[i] = wmsg[i] + msg.charAt(j) + b;
  26. ;}
  27. ;function wiper() {
  28. ;if (stcnt > -1) str = wmsg[stcnt]; 
  29. ;else str = wmsg[0];
  30. ;if (stcnt-- < -40) stcnt = 31;
  31. ;status = str;
  32. ;clearTimeout(timeID);
  33. ;timeID = setTimeout("wiper()", `timeout`);
  34. ;}
  35. ;//  End -->
  36. ;</script>
  37.  
  38.  
  39.  
  40.  
  41. [BODY_TAG]
  42. ;onLoad="wiper()"
  43.  
  44.  
  45.  
  46. [`message`]
  47. Kind=S
  48. Value=<< Check out this Shrinking Scroller! >>
  49.  
  50.  
  51.  
  52. [`timeout`]
  53. Kind=N
  54. Value=150
  55.  
  56.  
  57.